'Declaration Public Function New( _
ByVal hideЗначение, указывающее, скрывает ли действие аннотацию(и).As Boolean, _
ByVal ParamArray annotationsАннотации, которые следует скрыть/показать при выполнении действия.() As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
)
public PdfAnnotationHideAction(
bool hide,
params Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[] annotations
)
public: PdfAnnotationHideAction(
bool hide,
params Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation*[]* annotations
)
public:
PdfAnnotationHideAction(
bool hide,
... array<Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^>^ annotations
)
Parameters
- hide
- Значение, указывающее, скрывает ли действие аннотацию(и).
- annotations
- Аннотации, которые следует скрыть/показать при выполнении действия.